\(\int \frac {1}{x \log ^{\frac {5}{2}}(a x^n)} \, dx\) [146]

   Optimal result
   Rubi [A] (verified)
   Mathematica [A] (verified)
   Maple [A] (verified)
   Fricas [B] (verification not implemented)
   Sympy [A] (verification not implemented)
   Maxima [A] (verification not implemented)
   Giac [A] (verification not implemented)
   Mupad [B] (verification not implemented)

Optimal result

Integrand size = 14, antiderivative size = 17 \[ \int \frac {1}{x \log ^{\frac {5}{2}}\left (a x^n\right )} \, dx=-\frac {2}{3 n \log ^{\frac {3}{2}}\left (a x^n\right )} \]

[Out]

-2/3/n/ln(a*x^n)^(3/2)

Rubi [A] (verified)

Time = 0.01 (sec) , antiderivative size = 17, normalized size of antiderivative = 1.00, number of steps used = 2, number of rules used = 2, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.143, Rules used = {2339, 30} \[ \int \frac {1}{x \log ^{\frac {5}{2}}\left (a x^n\right )} \, dx=-\frac {2}{3 n \log ^{\frac {3}{2}}\left (a x^n\right )} \]

[In]

Int[1/(x*Log[a*x^n]^(5/2)),x]

[Out]

-2/(3*n*Log[a*x^n]^(3/2))

Rule 30

Int[(x_)^(m_.), x_Symbol] :> Simp[x^(m + 1)/(m + 1), x] /; FreeQ[m, x] && NeQ[m, -1]

Rule 2339

Int[((a_.) + Log[(c_.)*(x_)^(n_.)]*(b_.))^(p_.)/(x_), x_Symbol] :> Dist[1/(b*n), Subst[Int[x^p, x], x, a + b*L
og[c*x^n]], x] /; FreeQ[{a, b, c, n, p}, x]

Rubi steps \begin{align*} \text {integral}& = \frac {\text {Subst}\left (\int \frac {1}{x^{5/2}} \, dx,x,\log \left (a x^n\right )\right )}{n} \\ & = -\frac {2}{3 n \log ^{\frac {3}{2}}\left (a x^n\right )} \\ \end{align*}

Mathematica [A] (verified)

Time = 0.00 (sec) , antiderivative size = 17, normalized size of antiderivative = 1.00 \[ \int \frac {1}{x \log ^{\frac {5}{2}}\left (a x^n\right )} \, dx=-\frac {2}{3 n \log ^{\frac {3}{2}}\left (a x^n\right )} \]

[In]

Integrate[1/(x*Log[a*x^n]^(5/2)),x]

[Out]

-2/(3*n*Log[a*x^n]^(3/2))

Maple [A] (verified)

Time = 0.02 (sec) , antiderivative size = 14, normalized size of antiderivative = 0.82

method result size
derivativedivides \(-\frac {2}{3 n \ln \left (a \,x^{n}\right )^{\frac {3}{2}}}\) \(14\)
default \(-\frac {2}{3 n \ln \left (a \,x^{n}\right )^{\frac {3}{2}}}\) \(14\)

[In]

int(1/x/ln(a*x^n)^(5/2),x,method=_RETURNVERBOSE)

[Out]

-2/3/n/ln(a*x^n)^(3/2)

Fricas [B] (verification not implemented)

Leaf count of result is larger than twice the leaf count of optimal. 37 vs. \(2 (13) = 26\).

Time = 0.31 (sec) , antiderivative size = 37, normalized size of antiderivative = 2.18 \[ \int \frac {1}{x \log ^{\frac {5}{2}}\left (a x^n\right )} \, dx=-\frac {2 \, \sqrt {n \log \left (x\right ) + \log \left (a\right )}}{3 \, {\left (n^{3} \log \left (x\right )^{2} + 2 \, n^{2} \log \left (a\right ) \log \left (x\right ) + n \log \left (a\right )^{2}\right )}} \]

[In]

integrate(1/x/log(a*x^n)^(5/2),x, algorithm="fricas")

[Out]

-2/3*sqrt(n*log(x) + log(a))/(n^3*log(x)^2 + 2*n^2*log(a)*log(x) + n*log(a)^2)

Sympy [A] (verification not implemented)

Time = 6.16 (sec) , antiderivative size = 26, normalized size of antiderivative = 1.53 \[ \int \frac {1}{x \log ^{\frac {5}{2}}\left (a x^n\right )} \, dx=\begin {cases} - \frac {2}{3 n \log {\left (a x^{n} \right )}^{\frac {3}{2}}} & \text {for}\: n \neq 0 \\\frac {\log {\left (x \right )}}{\log {\left (a \right )}^{\frac {5}{2}}} & \text {otherwise} \end {cases} \]

[In]

integrate(1/x/ln(a*x**n)**(5/2),x)

[Out]

Piecewise((-2/(3*n*log(a*x**n)**(3/2)), Ne(n, 0)), (log(x)/log(a)**(5/2), True))

Maxima [A] (verification not implemented)

none

Time = 0.19 (sec) , antiderivative size = 13, normalized size of antiderivative = 0.76 \[ \int \frac {1}{x \log ^{\frac {5}{2}}\left (a x^n\right )} \, dx=-\frac {2}{3 \, n \log \left (a x^{n}\right )^{\frac {3}{2}}} \]

[In]

integrate(1/x/log(a*x^n)^(5/2),x, algorithm="maxima")

[Out]

-2/3/(n*log(a*x^n)^(3/2))

Giac [A] (verification not implemented)

none

Time = 0.31 (sec) , antiderivative size = 14, normalized size of antiderivative = 0.82 \[ \int \frac {1}{x \log ^{\frac {5}{2}}\left (a x^n\right )} \, dx=-\frac {2}{3 \, {\left (n \log \left (x\right ) + \log \left (a\right )\right )}^{\frac {3}{2}} n} \]

[In]

integrate(1/x/log(a*x^n)^(5/2),x, algorithm="giac")

[Out]

-2/3/((n*log(x) + log(a))^(3/2)*n)

Mupad [B] (verification not implemented)

Time = 0.27 (sec) , antiderivative size = 13, normalized size of antiderivative = 0.76 \[ \int \frac {1}{x \log ^{\frac {5}{2}}\left (a x^n\right )} \, dx=-\frac {2}{3\,n\,{\ln \left (a\,x^n\right )}^{3/2}} \]

[In]

int(1/(x*log(a*x^n)^(5/2)),x)

[Out]

-2/(3*n*log(a*x^n)^(3/2))